home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / BumperCar 2.0 trial.dmg / BumperCar 2.0.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-01-31  |  2KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>html</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>WebPageDocument</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>????</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>LSTypeIsPackage</key>
  23.             <false/>
  24.             <key>NSDocumentClass</key>
  25.             <string>BCWebDocumentController</string>
  26.         </dict>
  27.     </array>
  28.     <key>CFBundleExecutable</key>
  29.     <string>BumperCar 2.0</string>
  30.     <key>CFBundleIconFile</key>
  31.     <string>bumpercar</string>
  32.     <key>CFBundleIdentifier</key>
  33.     <string>com.freeverse.bumpercar</string>
  34.     <key>CFBundleInfoDictionaryVersion</key>
  35.     <string>6.0</string>
  36.     <key>CFBundlePackageType</key>
  37.     <string>APPL</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>????</string>
  40.     <key>CFBundleURLTypes</key>
  41.     <array>
  42.         <dict>
  43.             <key>CFBundleURLName</key>
  44.             <string>Web site URL</string>
  45.             <key>CFBundleURLSchemes</key>
  46.             <array>
  47.                 <string>http</string>
  48.                 <string>https</string>
  49.             </array>
  50.         </dict>
  51.     </array>
  52.     <key>CFBundleVersion</key>
  53.     <string>2.0</string>
  54.     <key>NSMainNibFile</key>
  55.     <string>MainMenu</string>
  56.     <key>NSPrincipalClass</key>
  57.     <string>NSApplication</string>
  58. </dict>
  59. </plist>
  60.